home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DIALOGS / JANUSW / README.TXT < prev    next >
Text File  |  1994-11-14  |  2KB  |  56 lines

  1. JanusW.Zip
  2. ==========
  3. Version: 1.33
  4. Release: 11/15/94
  5.  
  6. For (some <g>) documentation see JanusW.Hlp.
  7.  
  8. I've tried to include no overhead in JanusW.Zip, thus there are no
  9. RES and EXE files in it. Unzip all files into one directory and use
  10. COMPILE.BAT to generate the .Res and .Exe files! Furthermore there
  11. are no pascal units in JanusW that may be generated from VBX files:
  12. for example the pascal unit for THREED.VBX is >80kB pascal source,
  13. you can generate this file at any time with VbxInfo!
  14.  
  15. Files in JanusW:
  16.  
  17. | COMPILE.BAT     - This file compiles the demo programs. EXE files are no longer
  18.                     included to miminize download time
  19.   ReadMe.Txt      - This file
  20.   JanusW.Hlp      - help file and documentation
  21.   DialogWn.Pas    - main unit
  22.   DynLink.Pas     - dynamically link to DLLs
  23.   Debug.Pas       - route output to debug terminal or DbWin
  24. | Vbx.Pas         - Vbx interface unit (needs BIVBX102.DLL)
  25. | VbxInfo.Pas     - generate pascal units from VBX files
  26. | VbxDemo.Pas/Rc  - VBX demo, requires BIGAUGE.VBX and THREED.VBX
  27. | VbxDemo2.Pas/Rc - another VBX demo, requires THREED.VBX and GRID.VBX
  28.   DlgTest.Pas     - general test program for MDI/Dlgs
  29.   DlgTest.Rc
  30.   DlgTest.Inc
  31.   DlgTest.Res
  32.   MinMdi.Pas      - minimal MDI program with dialogs
  33.   MinMdi.Rc
  34.   MinMdi.Res
  35. | BIVBX102.DLL    - Borlands VBX Library, included with permission of BI
  36.  
  37. The main purpose of the files in the JanusW library to  use dialogs as MDIchild
  38. windows  and  to  handle  the  loading/use  of  BWCC and Ctl3D. However,
  39. tDialogWindows may be used as normal dialogs as well (instead of tDialog
  40. and tDlgWindow).
  41.  
  42. VBX special note:
  43. =================
  44.  
  45. - use VbxInfo.Exe to generate pascal units from your VBX controls.
  46. - don't complain if the Vbx demos don't work for you: you need the BIGAUGE.VBX
  47.   from Borland C 4.0 and THREED.VBX/GRID.VBX from whatever - I guess VC++ or VB.
  48.   Beware: there seem to exist different GRID.VBX controls.
  49.  
  50.              Peter Sawatzki (PS)
  51.              Buchenhof 3, D 58091 Hagen, Germany Fed Rep
  52.  CompuServe: 100031,3002
  53.  
  54.   Copyright (c) 1994 Peter Sawatzki. All Rights Reserved.
  55.  
  56.